home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / scn / p08pptn.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  272 b   |  15 lines

  1. #ifndef    _SCN_P08PPTN_H
  2. #define    _SCN_P08PPTN_H
  3.  
  4. typedef struct
  5. {
  6.     char            *dat;
  7.     int                x1, y1, x2, y2;
  8.     int                col, bac;
  9. } P08PUTPTN_PARA_T;
  10.  
  11. extern void        HS08_putptn( P08PUTPTN_PARA_T *para );
  12. extern void        HS08_putptn_pset( P08PUTPTN_PARA_T *para );
  13.  
  14. #endif
  15.